const net/http.http2stateClosed

9 uses

	net/http (current package)
		h2_bundle.go#L3411: 	http2stateClosed
		h2_bundle.go#L3419: 	http2stateClosed:           "Closed",
		h2_bundle.go#L4557: 			return http2stateClosed, nil
		h2_bundle.go#L4561: 			return http2stateClosed, nil
		h2_bundle.go#L5055: 		if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
		h2_bundle.go#L5110: 		case http2stateClosed:
		h2_bundle.go#L5501: 	if st.state == http2stateIdle || st.state == http2stateClosed {
		h2_bundle.go#L5504: 	st.state = http2stateClosed
		h2_bundle.go#L6327: 	if st.state != http2stateHalfClosedRemote && st.state != http2stateClosed {